home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Acao / DemonicDefence3.swf / scripts / DefineButton2_78 / BUTTONCONDACTION on(press).as
Encoding:
Text File  |  2005-09-27  |  108 b   |  7 lines

  1. on(press){
  2.    _root.modey = "Classic";
  3.    _root.dragOn = 0;
  4.    _root.holdIt = 0;
  5.    gotoAndStop(1);
  6. }
  7.